testsuite: Remove gl_tests infrastructure
authorBenjamin Otte <otte@redhat.com>
Sat, 27 Apr 2019 04:42:28 +0000 (06:42 +0200)
committerBenjamin Otte <otte@redhat.com>
Sun, 5 May 2019 05:18:39 +0000 (07:18 +0200)
They're now completely migrated to the new compare infrastructure, that
also tests Vulkan and Cairo.

testsuite/gsk/meson.build

index c045802c887b1684715ccd6c9c5c3aa68633a2af..71fe68dcd63e3f1269f6e0d009fcfa03e020b290 100644 (file)
@@ -46,25 +46,6 @@ test('nodes (cairo)', test_render_nodes,
           ],
      suite: 'gsk')
 
-# Interesting render nodes proven to be rendered 'correctly' by the GL renderer.
-gl_tests = [
-]
-
-foreach gl_test : gl_tests
-  test('GL ' + gl_test[0], compare_render,
-       args: [join_paths(meson.current_source_dir(), 'gl', gl_test[1] + '.node'),
-              join_paths(meson.current_source_dir(), 'gl', gl_test[1] + '.gl.png')],
-       env: [ 'GIO_USE_VOLUME_MONITOR=unix',
-              'GSETTINGS_BACKEND=memory',
-              'GTK_CSD=1',
-              'G_ENABLE_DIAGNOSTIC=0',
-              'G_TEST_SRCDIR=@0@'.format(meson.current_source_dir()),
-              'G_TEST_BUILDDIR=@0@'.format(meson.current_build_dir()),
-              'GSK_RENDERER=opengl'
-            ],
-       suite: 'gsk')
-endforeach
-
 compare_render_tests = [
   'clip-coordinates-3d',
   'clipped_rounded_clip',